home *** CD-ROM | disk | FTP | other *** search
/ Asobe! Fotoshock 5.0 ERO / Asobe! Fotoshock 5.0 ERO.iso / pc / tool.dxr / 00028_ÉLÉÉÉXÉgÇ…ì«Ç›çûÇ€.ls < prev    next >
Encoding:
Text File  |  1999-03-23  |  509 b   |  21 lines

  1. property spriteNum
  2. global gpartslist, gactivenum
  3.  
  4. on btncmd
  5.   if gactivenum > 0 then
  6.     set myio_file to new(xtra("fileIO"))
  7.     set newpath to displayopen(myio_file)
  8.     closefile(myio_file)
  9.     if not (newpath = EMPTY) then
  10.       tell getAt(the windowList, 1)
  11.         set xxx to value("#" & string(gactivenum))
  12.         fileintopieace(getProp(gpartslist, xxx), newpath)
  13.       end tell
  14.     else
  15.       exit
  16.     end if
  17.   else
  18.     alert("テュuテ‡ツエテ、テ敕‡ツカテ‡テ暗ィテ催ィテ、テ‡ツ敕ォIテ‡テ津‡ツシテ「ナ テ‡ナステ‡ツ「テ③")
  19.   end if
  20. end
  21.